Editor Shortcuts

Keyboard shortcuts in the Editor can be divided into three categories: navigation, edit, and Java.
Navigation shortcuts encompass everything from using the arrow keys on the keyboard to finding the brace, bracket, or parenthis matching the one the caret follows. Edit shortcuts include the cutting, copying, and deleting of various segments of text. Java shortcuts only apply to Java files and include Java code completion and ...